home *** CD-ROM | disk | FTP | other *** search
- object frmViewHeader: TfrmViewHeader
- Left = 326
- Top = 112
- ActiveControl = btOK
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'View Selected Headers'
- ClientHeight = 413
- ClientWidth = 612
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblTitle: TEsLabel
- Left = 8
- Top = 4
- Width = 489
- Height = 35
- Appearance = apCustom
- Caption = 'Contents of selected e-mail headers'
- ColorScheme = csCustom
- CustomSettings.ShadowColor = clGray
- CustomSettings.ShadowDirection = sdNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Memo1: TMemo
- Left = 5
- Top = 34
- Width = 603
- Height = 343
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object btOK: TButton
- Left = 268
- Top = 384
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btOKClick
- end
- end
-